fix(tests): improve test stability and enable parallel integration runs#36
Merged
CrazyBoyM merged 1 commit intoshareAI-lab:mainfrom Feb 11, 2026
Merged
fix(tests): improve test stability and enable parallel integration runs#36CrazyBoyM merged 1 commit intoshareAI-lab:mainfrom
CrazyBoyM merged 1 commit intoshareAI-lab:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
提升测试稳定性并启用集成测试并行运行。主要改动:
并发工具,集成测试从串行改为并行执行(默认并发度 4)
资源清理、ci-integration 重试、mcp-agent 超时等)
文本的依赖
动机 / 背景
集成测试串行运行耗时长,且多个测试存在不稳定问题(LLM
非确定性、资源清理竞态、安全过滤误触发等),需要系统性改善。
变更类型
影响范围 / 模块
公共 API
破坏性变更
测试
影响 / 风险
退化为串行
检查清单